*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;font-family:'Roboto',sans-serif;background-color:#fff;color:#212121;font-size:16px}body{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1rem}.content{max-width:600px;width:100%;margin:auto;padding:2rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.05)}.logo{width:80px;height:auto;margin-bottom:1.5rem}h1{font-family:'Roboto Mono',monospace;color:#0b2545;font-weight:700;margin-bottom:1rem;font-size:clamp(1.75rem,5vw,2.5rem);line-height:1.2}p{font-size:clamp(1rem,2.5vw,1.125rem);line-height:1.6;margin-bottom:2rem;color:#212121}.cta{display:inline-block;padding:.75rem 1.75rem;background-color:#00d9c0;color:#0b2545;font-family:'Roboto Mono',monospace;font-weight:700;text-decoration:none;border-radius:4px;font-size:1rem;transition:transform .2s ease,box-shadow .2s ease}.cta:hover,.cta:focus{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,217,192,0.4)}.cookie-banner{display:none;position:fixed;bottom:0;left:0;width:100%;background-color:#0b2545;color:#fff;padding:1rem;text-align:center;z-index:1000;flex-direction:column;gap:1rem}@media(min-width:600px){.cookie-banner{flex-direction:row;justify-content:center;align-items:center}}.cookie-banner p{font-size:.875rem;margin:0 1rem 0 0;line-height:1.4;color:#fff}.cookie-btn{padding:.5rem 1rem;background-color:#00d9c0;color:#0b2545;border:0;border-radius:4px;font-weight:700;cursor:pointer;font-size:.875rem;font-family:'Roboto',sans-serif;white-space:nowrap}.cookie-banner.show{display:flex}